React Class組件生命周期 一、react組件的兩種定義方式 1、函數組件,簡單的函數組件像下面這樣,接收Props,渲染DOM,而不關注其他邏輯 function Welcome(props) { return < ...